home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- set the cursor of sprite 2 to [420, 421]
- else
- if rollOver(3) then
- set the cursor of sprite 3 to [422, 423]
- else
- if rollOver(4) then
- cursor(280)
- else
- if rollOver(5) then
- cursor(280)
- else
- if rollOver(6) then
- cursor(280)
- else
- cursor(-1)
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-